27 / 30

12) Change behavior (JS + HTML)URL copied

Option B: Inline HTML/JS in MarkdownURL copied

If you need per-post behavior, you can embed raw HTML in markdown:

Copied
<div id="my-widget"></div>
<script>
  // Your custom behavior here
</script>